Server World
Other OS Configs
CentOS 7
CentOS 6
Fedora 27
Fedora 26
Debian 9
Debian 8
Ubuntu 17.04
Ubuntu 16.04 LTS
SUSE Linux Enterprise 12
SUSE Linux Enterprise 11
Windows Server 2016
Windows Server 2012 R2
Other Tips
CentOS 5
Fedora 25
Fedora 24
Fedora 23
Fedora 22
Fedora 21
Fedora 20
Fedora 19
Fedora 18
Fedora 17
Fedora 16
Fedora 15
Fedora 14
Debian 7
Debian 6
Ubuntu 15.04
Ubuntu 14.04 LTS
Ubuntu 13.04
Ubuntu 12.04 LTS
Ubuntu 11.04
Ubuntu 10.04 LTS
Fedora 13
Fedora 12
Fedora 11
Fedora 10
Scientific Linux 6
Introductions
Histories
Commands Help
Links/Contact
8652 / 62643388
Ubuntu 15.04
Get Ubuntu 15.04
Install Ubuntu
Initial Settings
(1) Add a user
(2) Enable root user
(3) Network Settings
(4) Configure Services
(5) Update System
(6) Configure vim
(7) Configure sudo
NTP Server
(1) Configure NTP Server
(2) Configure NTP Client
SSH Server
(1) Password Authentication
(2) SSH File Transfer (Ubuntu)
(3) SSH File Transfer (Windows)
(4) Key-Pair Authentication
(5) SFTP only + Chroot
DNS Server
(1) Install Bind
(2) Set Zone Info
(3) Start BIND
(4) Set CNAME record
(5) Slave DNS Server
DHCP Server
(1) Configure DHCP Server
(2) Configure DHCP Client
Storage Server
NFS
(1) Configure NFS Server
(2) Configure NFS Client
iSCSI
(1) Configure iSCSI Target
(2) Configure iSCSI Initiator
Virtualization
KVM
(1) Install KVM
(2) Create Virtual Machine#1
(3) Create Virtual Machine#2
(4) Basic Operations
(5) Management tools
(6) SPICE Server
(7) SPICE Client
(8) Nested KVM
Directory Server
OpenLDAP
(1) Configure LDAP Server
(2) Add User Accounts
(3) Configure LDAP Client
NIS
(1) Configure NIS Server
(2) Configure NIS Client
(3) Configure NIS Slave
WEB Server
Apache2
( 1 ) Install Apache2
( 2 ) Use Perl Scripts
( 3 ) Use PHP Scripts
( 4 ) Use Ruby Scripts
( 5 ) Enable Userdir
( 6 ) Virtual Hostings
( 7 ) Configure SSL
( 8 ) Use Basic Auth
( 9 ) Basic Auth + PAM
Database
MySQL
(1) Install MySQL
(2) Install phpMyAdmin
FTP Server
(1) Install Vsftpd
(2) Install ProFTPD
(3) Install Pure-FTPd
(4) FTP Client (Debian)
(5) FTP Client (Windows)
(6) Vsftpd over TLS/SSL
(7) ProFTPD over TLS/SSL
(8) Pure-FTPd over TLS/SSL
MAIL Server
(1) Install Postfix
(2) Install Dovecot
(3) Clients' Settings
(4) SSL Settings
(5) Virtual Domains
(6) Postfix+Clamav+ClamSMTP
(7) Log Analyzer : pflogsumm
(8) Log Analyzer : MailGraph
(9) Log Analyzer : AWstats
Samba Server
(1) Fully accessed Shared Directory
(2) Limited Shared Directory
(3) Samba Winbind
(4) Samba AD DC : Server Settings
(5) Samba AD DC : Basic Operation
(6) Samba AD DC : Client Settings
Proxy Server
(1) Install Squid
(2) Configure Proxy Clients
(3) Set Basic Authentication
(4) Configure as a Reverse Proxy
(5) Squid + SquidClamav
Desktop Env
(1) Install Desktop Environment
(2) GNOME Desktop Environment
(3) Cinnamon Desktop Environment
(4) MATE Desktop Environment
(5) Install VNC Server
Others
Create SSL Certificates
Set System Timezone
Set KeyboardMap
Set System Language
Set Hostname
Clamav AntiVirus
Sponsored Link
FTP Server : Pure-FTPd
2015/05/20
Install Pure-FTPd to configure FTP server to transfer files.
[1]
Install Pure-FTPd.
root@www:~#
apt-get
-y install pure-ftpd
# run as a daemon
root@www:~#
echo
"yes" > /etc/pure-ftpd/conf/Daemonize
# prohibit Anonymous
root@www:~#
echo
"yes" > /etc/pure-ftpd/conf/NoAnonymous
# enable chroot
root@www:~#
echo
"yes" > /etc/pure-ftpd/conf/ChrootEveryone
# only IPV4
root@www:~#
echo
"yes" > /etc/pure-ftpd/conf/IPV4Only
root@www:~#
systemctl
restart pure-ftpd
FTP Server
Install Vsftpd
Install ProFTPD
Install Pure-FTPd
FTP Client#1
FTP Client#2
Vsftpd+SSL/TLS
Proftpd+SSL/TLS
Pure-FTPd+SSL/TLS
Sponsored Link
Tweet